DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / SetValueForKeyPath Method / SetValueForKeyPath(NSObject,NSString) Method

In This Topic
    SetValueForKeyPath(NSObject,NSString) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub SetValueForKeyPath( _
       ByVal value As Foundation.NSObject, _
       ByVal keyPath As Foundation.NSString _
    ) 
    public virtual void SetValueForKeyPath( 
       Foundation.NSObject value,
       Foundation.NSString keyPath
    )

    Parameters

    value
    keyPath
    See Also